Skip to main content

Get Webhooks for Project

GET 

/webhooks/:projectId

Find and fetch all the webhooks associated with a project by projectId

Request

Path Parameters

    projectId stringrequired
    Example: 62caedf9e2719e72815d0703

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Responses

OK

Schema
    _id string
    projectId string
    webhookUrl string
    eventType string
    createdAt string
    updatedAt string
    __v number
Loading...

Was this page helpful?